home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://webdeveloper/content/about/about.css" type="text/css"?>
-
- <!DOCTYPE dialog [
- <!ENTITY % dialogsDTD SYSTEM "chrome://webdeveloper/locale/dialogs.dtd">
- <!ENTITY % menuDTD SYSTEM "chrome://webdeveloper/locale/menu.dtd">
- %dialogsDTD;
- %menuDTD;
- ]>
-
- <dialog buttons="accept"
- id="webdeveloper-about-dialog"
- title="&webdeveloper.about.title;"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="chrome://webdeveloper/content/about/about.js"/>
-
- <vbox id="webdeveloper-about-details">
- <hbox>
- <vbox>
- <hbox>
- <description value="&webdeveloper.name;" class="name"/>
- <description class="name">0.9</description>
- </hbox>
- <description value="&webdeveloper.about.author;" class="title"/>
- <description>Chris Pederick</description>
- </vbox>
- <spacer flex="1"/>
- <vbox>
- <image src="chrome://webdeveloper/content/logo.gif" width="48" height="48"/>
- <spacer flex="1"/>
- </vbox>
- </hbox>
- <description value="&webdeveloper.about.home.page;" class="title"/>
- <description onclick="webdeveloper_visitHomePage()" class="url">http://www.chrispederick.com/work/firefox/webdeveloper/</description>
- </vbox>
- <separator class="groove" id="webdeveloper-about-separator"/>
- </dialog>